IndexOf Method (C1DataCollectionBase<T>)
In This Topic
Gets the index of the specified item.
Syntax
'Declaration
Public Overridable Function IndexOf( _
ByVal As _
) As Integer
public virtual int IndexOf(
)
Parameters
- item
- The item to look for.
Return Value
The index of the item.
See Also